home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (Latin America) Volume 1 #6 / CD-ROM Today 6 Latam.iso / referenc / evol / database.dxr / 00020_ non-active.ls < prev    next >
Encoding:
Text File  |  1996-11-08  |  285 b   |  13 lines

  1. on mouseDown
  2.   set clicked to the clickOn
  3.   set lastMem to the member of sprite clicked
  4.   set the member of sprite clicked to 45
  5.   updateStage()
  6.   repeat while the mouseDown
  7.   end repeat
  8.   set the member of sprite clicked to lastMem
  9.   tell the stage
  10.     CloseDatabase()
  11.   end tell
  12. end
  13.